networking.wireguard.interfaces.<name>.postShutdown

Commands called after shutting down the interface.

Type
strings concatenated with "\n" or (list of string) convertible to it
Default
""
Example
"${pkgs.openresolv}/bin/resolvconf -d wg0"
Declared
<nixpkgs/nixos/modules/services/networking/wireguard.nix>